Shaolinq.Persistence.DefaultGuidSqlDataType.GetSqlName C# (CSharp) 메소드

GetSqlName() 공개 메소드

public GetSqlName ( PropertyDescriptor propertyDescriptor, ConstraintDefaultsConfiguration constraintDefaults ) : string
propertyDescriptor PropertyDescriptor
constraintDefaults ConstraintDefaultsConfiguration
리턴 string
		public override string GetSqlName(PropertyDescriptor propertyDescriptor, ConstraintDefaultsConfiguration constraintDefaults)
		{
			return "CHAR(32)";
		}