In This Topic
The schema to use
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property SchemaName As String
[CanBeNull()]
public string SchemaName {get; set;}
[CanBeNull()]
public:
property String^ SchemaName {
String^ get();
void set ( String^ value);
}
See Also