RawType() public method

public RawType ( ) : string
return string
Ejemplo n.º 1
0
 protected bool Equals(TableColumn other)
 {
     return(string.Equals(Name, other.Name) &&
            string.Equals(TypeMappings.ConvertSynonyms(RawType()), TypeMappings.ConvertSynonyms(other.RawType())));
 }
Ejemplo n.º 2
0
 protected bool Equals(TableColumn other)
 {
     return string.Equals(Name, other.Name) &&
            string.Equals(TypeMappings.ConvertSynonyms(RawType()), TypeMappings.ConvertSynonyms(other.RawType()));
 }