ChatterDataLoader.ProfilesDataContext.ProfilesDataContext C# (CSharp) Method

ProfilesDataContext() public method

public ProfilesDataContext ( ) : System.Data.Linq
return System.Data.Linq
		public ProfilesDataContext() : 
				base(global::ChatterDataLoader.Properties.Settings.Default.profilesConnectionString, mappingSource)
		{
			OnCreated();
		}
		

Same methods

ProfilesDataContext::ProfilesDataContext ( System connection ) : System.Data.Linq
ProfilesDataContext::ProfilesDataContext ( System connection, System mappingSource ) : System.Data.Linq
ProfilesDataContext::ProfilesDataContext ( string connection ) : System.Data.Linq
ProfilesDataContext::ProfilesDataContext ( string connection, System mappingSource ) : System.Data.Linq