Click or drag to resize

KeyGeneratorValidate Method

Ensures a name is a valid Azure table name

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
protected static void Validate(
	string tableName
)

Parameters

tableName  String
The name to use
See Also