SchemaZen.Library.Models.Column.SqlTypeToNativeType C# (CSharp) Method

SqlTypeToNativeType() public method

public SqlTypeToNativeType ( ) : Type
return System.Type
        public Type SqlTypeToNativeType()
        {
            return SqlTypeToNativeType(Type);
        }

Same methods

Column::SqlTypeToNativeType ( string sqlType ) : Type