EntitySpaces esPlugIn for MyGeneration

esHelper.sMetadata Property

The suffix used when building concrete "Metadata" class names.

[Visual Basic]
Public Property sMetadata As String
[C#]
public string sMetadata {get; set;}

Remarks

The default is "Metadata" meaning a Table with the name "Employees" would be called "EmployeesMetadata". There are no abstract classes for the Metadata type. See Metadata

See Also

esHelper Class | EntitySpaces.PlugIn Namespace