Removes table prefix 't'.

[Visual Basic]
Protected Function RemoveTablePrefix( _
   ByVal entity As String _
) As String
[C#]
protected string RemoveTablePrefix(
   string entity
);

Parameters

entity

Return Value

See Also

General Class | General Members | Magnusson.Data.SqlAutomation Namespace