Shaolinq.NamedMemberAttribute.GetName C# (CSharp) Method

GetName() private method

private GetName ( PropertyDescriptor property, string transformString = "" ) : string
property Shaolinq.Persistence.PropertyDescriptor
transformString string
return string
		internal string GetName(PropertyDescriptor property, string transformString = "")
		{
			return VariableSubstituter.SedTransform(VariableSubstituter.Substitute(this.Name, property), transformString);
		}