protected void SetTypeHandler()
 {
     _typeHandler = TypeHandlerManager.Instance.GetTypeHandler(ObjType, this);
 }
Exemplo n.º 2
0
		protected void SetTypeHandler()
		{
			_typeHandler = TypeHandlerManager.Instance.GetTypeHandler(ObjType, this);
		}