Removes the suffix 'identity' from the parameter.
[Visual Basic]
Protected Function RemoveIdentityString( _
ByVal sqlDataType As String _
) As String
[C#]
protected string RemoveIdentityString(
string sqlDataType
);
Parameters
sqlDataType
The in/out parameter.
Return Value
A string without suffix 'identity'
See Also
General Class | General Members | Magnusson.Data.SqlAutomation Namespace