public static Type GetPropertyType(DicValueType dicValueType) { return Type.GetType(dicValueType.TypeName, true); }
partial void UpdateDicValueType(DicValueType instance);
partial void DeleteDicValueType(DicValueType instance);
partial void InsertDicValueType(DicValueType instance);