FdoToolbox.Core.ETL.Specialized.FdoClassCopyOptions.GetTargetProperty C# (CSharp) 메소드

GetTargetProperty() 공개 메소드

Gets the target property.
public GetTargetProperty ( string srcProp ) : string
srcProp string The source prop.
리턴 string
        public string GetTargetProperty(string srcProp)
        {
            return _propertyMappings[srcProp];
        }